home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / pdoxde / pxabout.frm < prev    next >
Text File  |  1995-05-08  |  2KB  |  80 lines

  1. VERSION 2.00
  2. Begin Form pxabout 
  3.    BackColor       =   &H00808000&
  4.    BorderStyle     =   3  'Fixed Double
  5.    Caption         =   "About"
  6.    ClientHeight    =   2355
  7.    ClientLeft      =   390
  8.    ClientTop       =   2310
  9.    ClientWidth     =   1905
  10.    Height          =   2760
  11.    Left            =   330
  12.    LinkMode        =   1  'Source
  13.    LinkTopic       =   "Form1"
  14.    ScaleHeight     =   2355
  15.    ScaleWidth      =   1905
  16.    Top             =   1965
  17.    Width           =   2025
  18.    Begin CommandButton Command1 
  19.       BackColor       =   &H00808000&
  20.       Caption         =   "OK"
  21.       Height          =   375
  22.       Left            =   720
  23.       TabIndex        =   4
  24.       Top             =   1800
  25.       Width           =   495
  26.    End
  27.    Begin PictureBox Picture1 
  28.       BackColor       =   &H00808000&
  29.       BorderStyle     =   0  'None
  30.       Height          =   495
  31.       Left            =   720
  32.       Picture         =   PXABOUT.FRX:0000
  33.       ScaleHeight     =   495
  34.       ScaleWidth      =   495
  35.       TabIndex        =   0
  36.       Top             =   120
  37.       Width           =   495
  38.    End
  39.    Begin Label Label3 
  40.       BackColor       =   &H00808000&
  41.       Caption         =   "John W. Jaster"
  42.       ForeColor       =   &H00000080&
  43.       Height          =   255
  44.       Left            =   360
  45.       TabIndex        =   3
  46.       Top             =   1440
  47.       Width           =   1455
  48.    End
  49.    Begin Label Label2 
  50.       BackColor       =   &H00808000&
  51.       Caption         =   "by"
  52.       ForeColor       =   &H00000080&
  53.       Height          =   255
  54.       Left            =   840
  55.       TabIndex        =   2
  56.       Top             =   1200
  57.       Width           =   255
  58.    End
  59.    Begin Label Label1 
  60.       BackColor       =   &H00808000&
  61.       Caption         =   "Paradox Engine Demo "
  62.       FontBold        =   -1  'True
  63.       FontItalic      =   0   'False
  64.       FontName        =   "MS Serif"
  65.       FontSize        =   8.25
  66.       FontStrikethru  =   0   'False
  67.       FontUnderline   =   0   'False
  68.       ForeColor       =   &H00FF0000&
  69.       Height          =   255
  70.       Left            =   120
  71.       TabIndex        =   1
  72.       Top             =   840
  73.       Width           =   1815
  74.    End
  75. End
  76. Sub Command1_Click ()
  77.     Unload pxabout
  78. End Sub
  79.  
  80.